-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove couch usage & generate archives instead #21
Remove couch usage & generate archives instead #21
Conversation
I would prefer to break the files up into the directory structure discussed in the issue, something like project/version/type/name, like |
Great timing, I was just rewriting the logic to follow this structure to map 1:1 to the app's url |
- Ability to pass project name and/or version to index - Reorganized the logic so that we process one version of a doc at a time, ensuring that we don't need lot of memory
I am extremely stoked for this!! |
@sivakumar-kailasam @toddjordan How can I help get this over the finish line? |
* master: split module class attribute into public/private classes
@fivetanley FIxing the hardcoded links in descriptions & updating the file urls with functional full form github urls are tasks atomic enough to be done on either this or the master branch. I've created #24 & #25 with the details |
@fivetanley we are trying to get as much done as we can before emberconf and we have a variety of tasks based on you your level of interest :-) |
Remove pouch
Generate archive
Updated dependencies
Change the way docs are processed so that we don't need lot of memory.
Sync the generated directory before and after the tool processes docs so that we do incremental generation. This will help for the directory to be synced in the ember-app
Deployment strategy
Travis changes
There are hardcoded links in some docs' description leading to broken links in the api viewer. We should handle their rewrites here.Some file names refer to other low levels like inflector & rsvp through node_modules folder. Instead of constructing the github url in the ember app, we can generate full file urls by keeping the mapping to their repos here and handling these cases